projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea9fbe
)
Condition some more hb_* functions on HAVE_LIBOTF.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 18 Dec 2018 15:02:52 +0000
(17:02 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 18 Dec 2018 15:02:52 +0000
(17:02 +0200)
src/ftfont.c
patch
|
blob
|
history
diff --git
a/src/ftfont.c
b/src/ftfont.c
index 824a005df1b608f0c7b59917869edf75527673fe..4e147cd277b36515cb581b18ad2a8ee9aa0bc221 100644
(file)
--- a/
src/ftfont.c
+++ b/
src/ftfont.c
@@
-2670,7
+2670,7
@@
ftfont_variation_glyphs (struct font *font, int c, unsigned variations[256])
#endif /* HAVE_LIBOTF */
#ifdef HAVE_HARFBUZZ
-
+#ifdef HAVE_LIBOTF
static hb_unicode_combining_class_t
uni_combining (hb_unicode_funcs_t *funcs, hb_codepoint_t ch, void *user_data)
{
@@
-2815,7
+2815,6
@@
get_hb_unicode_funcs (void)
return funcs;
}
-#ifdef HAVE_LIBOTF
static Lisp_Object
ftfont_shape_by_hb (Lisp_Object lgstring, FT_Face ft_face, hb_font_t *hb_font,
FT_Matrix *matrix)